home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / BOSS_SUP.ARJ / LOADBC.BAT < prev    next >
DOS Batch File  |  1991-10-03  |  244b  |  9 lines

  1. rem This is an example, you do not have run this batch file to
  2. rem  use the demo program (bossdemo).
  3. rem
  4. pause
  5. subst g: d:\hli\borlandc
  6. tlink /c g:\lib\c0s bossdemo,bossdemo,bossdemo,swin g:\lib\emu g:\lib\maths g:\lib\cs
  7. subst g: /d
  8. 
  9.